@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  font-family: "微软雅黑";
  width: 100%;
  height: 100%;
}

body a {
  color: #333333;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.box-1 {
  width: 1200px;
  height: 140px;
  background: #ffffff;
  margin: 30px auto;
  padding: 15px 20px;
  font-size: 0;
}

.box-1 > div {
  display: inline-block;
  vertical-align: top;
}

/* 通知公告 */
.tzgg {
  width: 48px;
  height: 100%;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 11px;
  font-size: 19px;
  font-weight: bold;
  background: url(bg-tzgg.png);
  background-size: contain;
  user-select: none;
}

.tzgg a {
  color: white;
  display: block;
}

/* 通知公告列表容器 */
.tzgg-list-container {
  width: 714px;
  margin-left: 18px;
}

.tzgg-list-container li {
  padding-left: 20px;
  background: url(point.png) no-repeat left center;
}

.tzgg-list-container li a {
  display: inline-block;
  max-width: 660px;
  font-size: 16px;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tzgg-list-container li a:hover {
  color: #3a74cb;
}

/* 提案系统 */
.proposal-system {
  width: 180px;
  height: 100px;
  margin-top: 5px;
  font-size: 16px;
  background: #ea895e;
  position: relative;
}

.proposal-system > a {
  display: block;
  width: 100%;
  height: 100%;
}

.proposal-system img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
}

.proposal-system div {
  width: 100%;
  position: absolute;
  bottom: 12px;
  text-align: center;
  color: white;
}

/* 工作报道 */
.work-report {
  width: 180px;
  height: 100px;
  margin-left: 20px;
  margin-top: 5px;
  font-size: 16px;
  background: #1488ce;
}

.work-report > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  text-align: center;
  color: white;
}

.work-report div:first-child {
  height: 58px;
  line-height: 67px;
  font-size: 32px;
  font-family: "KaiTi";
  border-bottom: #48a3d9 solid 1px;
}

.work-report div:nth-child(2) {
  line-height: 37px;
}

.wymp {
  width: 30px;
  height: 95px;
  line-height: 21px;
  background: #0e4eb5;
  text-align: center;
  padding-top: 5px;
  float: left;
}

.wymp a {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}

.container {
  width: 100%;
  min-height: 600px;
  background: url(bg.png) no-repeat #f0f6fc;
}

.section {
  width: 100%;
  min-height: 600px;
  padding-bottom: 22px;
}

/* 内容部分 */
.content1 {
  width: 1200px;
  padding: 0 20px 20px;
  margin: 0 auto;
  border-top: 2px solid #3a74cb;
  background: #ffffff;
}

.dqwz {
  width: 1100px;
  height: 48px;
  margin: 0 auto;
  border-bottom: 1px solid #3374a9;
}

/* 头条容器 */
.toutiao-container {
  height: 118px;
  padding-left: 115px;
  padding-right: 40px;
  background: url(tt.png) no-repeat 19px 22px;
}

/* headline */
.lead-headline {
  width: 100%;
  text-align: center;
  height: 62px;
}

.lead-headline a {
  font-size: 32px;
  line-height: 72px;
  font-weight: bold;
  color: #b91919;
}

/* 摘要 */
.zaiy {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /*autoprefixer:on*/
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.zaiy a {
  color: #999;
}

/* 
.ywdw a {
  color: #ffffff;
  font-size: 18px;
} */
.box1 {
  width: 100%;
  height: 380px;
  margin-top: 25px;
  overflow: hidden;
}

.box1-left {
  width: 540px;
  height: auto;
  float: left;
}

/* 轮播图 */
.lb {
  float: left;
  width: 540px;
  height: 380px;
}

.focusBox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.focusBox .pic img {
  width: 540px;
  height: 380px;
  display: block;
}

.focusBox .hd {
  display: flex;
  height: 40px;
  padding-right: 20px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  align-items: center;
  overflow: hidden;
  zoom: 1;
}

.focusBox .hd li {
  float: left;
  line-height: 45px;
  color: white;
  text-align: center;
  font-size: 17px;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  cursor: pointer;
  overflow: hidden;
  background: white;
  border-radius: 15px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.focusBox .hd .on {
  background: #ff8c11;
}

.focusBox .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 40px;
  width: 100%;
  background: black;
  overflow: hidden;
  opacity: 0.5;
}

.focusBox .txt {
  position: absolute;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  bottom: 0;
  line-height: 40px;
  overflow: hidden;
  z-index: 2;
}

.focusBox .txt li {
  position: absolute;
  height: 40px;
  bottom: -45px;
  line-height: 40px;
}

.focusBox .txt li a {
  display: block;
  max-width: 26em;
  padding: 0 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #efefef;
  font-size: 16px;
  text-decoration: none;
  outline: none;
}

.box1-right {
  width: 590px;
  height: auto;
  float: right;
}

.mul-title-container {
  user-select: none;
}

.mul-title-container > div {
  font-size: 22px;
  display: inline-block;
}

.mul-title-container .itab0On {
  font-weight: bold;
  color: #3a74cb;
}

.mul-title-container > span {
  display: inline-block;
  padding: 0 9px;
  transform: translateY(-2px);
  font-size: 22px;
  color: gainsboro;
}

.sub-tt-container {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid gainsboro;
  border-bottom: 1px dotted gainsboro;
  font-size: 0;
}

.time-container {
  display: inline-block;
  width: 88px;
  height: 88px;
  border: 1px solid gainsboro;
  text-align: center;
  color: #666666;
}

.time-container .day {
  margin-top: 8px;
  font-size: 32px;
}

.time-container .year-month {
  margin-top: 2px;
  font-size: 15px;
}

.sub-tt-xx {
  display: inline-block;
  width: 495px;
  padding-left: 20px;
  vertical-align: top;
}

.sub-tt-xx > a {
  display: block;
}

.sub-tt-xx > a:first-child {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sub-tt-xx > a:nth-child(2) {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /*autoprefixer:on*/
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  line-height: 28px;
  color: #666666;
}

.list {
  position: relative;
  margin-top: 15px;
}

.list .more {
  position: absolute;
  top: -40px;
  right: 0;
}

.list ul {
  margin-top: 12px;
}

.list ul li {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 20px;
  font-size: 16px;
  line-height: 32px;
  background: url(p1.png) no-repeat -10px center;
}

.list ul li a {
  display: inline-block;
  max-width: 514px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.list ul li a:hover {
  color: #3a74cb;
}

.list ul li:first-child::after, .list ul li:nth-child(2)::after, .list ul li:nth-child(3)::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 9px;
  transform: translateX(10px);
  width: 31px;
  height: 14px;
  background: url(new.png) no-repeat;
}

.content2 {
  display: none;
  width: 1200px;
  height: 125px;
  margin: 20px auto;
  background: #ffffff;
}

.content3 {
  width: 1200px;
  padding: 20px;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
  margin-top: 20px;
}

.content3-top {
  font-size: 0;
}

.box3-1 {
  display: inline-block;
  width: 565px;
  height: auto;
  position: relative;
}

.box3-2,
.box3-4,
.box4-4,
.box5-2 {
  display: inline-block;
  width: 565px;
  margin-left: 30px;
  position: relative;
}

.title-container {
  font-size: 0;
}

.title-container h2 {
  display: inline-block;
  font-size: 22px;
  color: #3a74cb;
  vertical-align: top;
  line-height: 30px;
}

.title-container .more {
  font-size: 16px;
  line-height: 30px;
  float: right;
}

.itab1,
.itab2,
.itab3 {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-image: linear-gradient(white, #e8e8e8);
  margin-left: 24px;
  text-align: center;
}

.itab1On,
.itab2On,
.itab3On {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-image: linear-gradient(white, #e8e8e8);
  margin-left: 24px;
  text-align: center;
  color: #3a74cb;
}

.itab1On a,
.itab2On a,
.itab3On a {
  display: block;
  color: #3a74cb;
}

.content3-bottom,
.content4-bottom {
  font-size: 0;
  margin-top: 18px;
}

.box3-3,
.box4-1,
.box4-3,
.box5-1 {
  display: inline-block;
  width: 565px;
  position: relative;
  vertical-align: top;
}

.wyfc,
.yjgc {
  width: 100%;
  height: 182px;
  margin-top: 16px;
}

.wyfc-left,
.yjgc-left {
  width: 235px;
  height: 180px;
  float: left;
}

.wyfc-left a,
.yjgc-left a {
  display: block;
  height: 100%;
  width: 100%;
}

.wyfc-right,
.yjgc-right,
.zwhgz-right {
  width: 310px;
  height: 100%;
  margin-left: 20px;
  float: left;
  overflow: hidden;
}

.yjgc-right {
  width: 300px;
}

.yjgc-right .list1 {
  margin-top: -4px;
}

.title2 {
  width: 100%;
  height: auto;
  margin-top: -6px;
  margin-bottom: -3px;
  font-size: 20px;
  line-height: 32px;
  color: #393939;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /*autoprefixer:on*/
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.content4 {
  width: 1200px;
  padding: 20px;
  margin: 20px auto;
  background: #ffffff;
  overflow: hidden;
}

.content4-top {
  font-size: 0;
}

.zwhgz {
  height: 175px;
  margin-top: 16px;
}

.zwhgz-left {
  width: 235px;
  height: 175px;
  float: left;
}

.zwhgz-left a {
  display: block;
  height: 100%;
  width: 100%;
}

.zwhgz-right {
  width: 310px;
}

.zwhgz-right .list1 {
  margin-top: -9px;
}

.box4-2 {
  display: inline-block;
  width: 580px;
  height: 215px;
  margin-top: 6px;
  margin-left: 15px;
  vertical-align: top;
  background: url(zxsd_bg.png) no-repeat;
  position: relative;
}

.box4-2 .title-container {
  display: inline-block;
  width: 100px;
  transform: translateY(55px);
  vertical-align: top;
  text-align: center;
}

.box4-2 .title-container h2 {
  line-height: 42px;
}

.box4-2 .title-container h3 {
  padding: 0 5px;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  background: #3a74cb;
  color: white;
}

.box4-2 .video-container {
  display: inline-block;
  margin-top: 16px;
  margin-left: 20px;
}

.box4-2 .video-container a {
  display: block;
  width: 300px;
  height: 180px;
  position: relative;
}

.box4-2 .video-container a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box4-2 .list1 {
  width: 160px;
  margin-top: 20px;
  vertical-align: top;
  display: inline-block;
}

.box4-2 .list1 li {
  background-position-x: 6px;
  padding-left: 30px;
  line-height: 36px;
}

.box4-2 .more {
  position: absolute;
  top: -6px;
  right: 0;
}

.box4-2 .zxsd-list {
  display: inline-block;
}

.box4-2 .zxsd-title {
  display: inline-block;
  width: 120px;
  margin-left: 20px;
  line-height: 32px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /*autoprefixer:on*/
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-line-clamp: 5;
}

.img-list-container {
  margin-top: 22px;
}

.img-list-container li {
  display: inline-block;
  margin: 0 25px;
  text-align: center;
}

.img-list-container li:last-of-type {
  margin-right: 0;
}

.img-list-container .img-container {
  display: block;
  width: 143px;
  height: 178px;
  background-size: cover;
}

.img-list-container .img-container:hover ~ .text {
  color: #3a74cb;
}

.img-list-container .text {
  display: inline-block;
  max-width: 143px;
  margin-top: 7px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.img-list-container .text:hover {
  color: #3a74cb;
}

.img-list-container .more {
  position: absolute;
  top: 4px;
  right: 0;
}

.content5 {
  width: 1200px;
  padding: 20px;
  font-size: 0;
  margin: 0 auto;
  background: #ffffff;
}

.content6 {
  width: 1200px;
  padding: 20px;
  margin: 20px auto 0;
  background: #ffffff;
  text-align: center;
}

.content6 ul {
  display: flex;
  justify-content: space-between;
}

.content6 li {
  width: 216px;
  height: 60px;
  background: #efefef;
}

.content6 li:hover {
  background: #3a74cb;
}

.content6 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 21px;
  font-size: 14px;
  color: #3a74cb;
}

.content6 a:hover {
  color: white;
}

.list1 {
  margin-top: 7px;
}

.list1 li {
  width: 100%;
  height: auto;
  line-height: 32px;
  font-size: 16px;
  padding-left: 20px;
  background: url(p1.png) no-repeat -9px center;
}

.list1 li a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}

.list1 li a:hover {
  color: #3a74cb;
}

.list1 .more {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 16px;
}

.more {
  font-size: 16px;
}

.more:hover {
  color: #3a74cb;
}
